introspection: Fix some annotation syntax
authorColin Walters <walters@verbum.org>
Wed, 29 Sep 2010 14:44:10 +0000 (10:44 -0400)
committerColin Walters <walters@verbum.org>
Wed, 29 Sep 2010 14:45:04 +0000 (10:45 -0400)
gtk/gtkicontheme.c

index c77b9cba662a77faa97a46524223710d84e5306a..293d3d6785329e65a6b85d1f54d1063fc81bf289 100644 (file)
@@ -739,7 +739,7 @@ gtk_icon_theme_set_search_path (GtkIconTheme *icon_theme,
 /**
  * gtk_icon_theme_get_search_path:
  * @icon_theme: a #GtkIconTheme
- * @path: (allow-none): (array length=n_elements) (out): location to store a list of icon theme path directories or %NULL
+ * @path: (allow-none) (array length=n_elements) (out): location to store a list of icon theme path directories or %NULL
  *        The stored value should be freed with g_strfreev().
  * @n_elements: location to store number of elements
  *              in @path, or %NULL
@@ -3355,7 +3355,7 @@ gtk_icon_info_get_embedded_rect (GtkIconInfo  *icon_info,
 /**
  * gtk_icon_info_get_attach_points:
  * @icon_info: a #GtkIconInfo
- * @points: (allow-none): (array length=n_points) (out): location to store pointer to an array of points, or %NULL
+ * @points: (allow-none) (array length=n_points) (out): location to store pointer to an array of points, or %NULL
  *          free the array of points with g_free().
  * @n_points: (allow-none): location to store the number of points in @points, or %NULL
  *